margin: 10px;
&:backdrop {
+ /* the transparent shadow here is to enforce that the shadow extents don't
+ * change when we go to backdrop, to prevent jumping windows
+ */
box-shadow: 0 2px 6px 2px transparentize(black, 0.8),
+ 0 3px 9px 1px transparent,
0 0 0 1px $_wm_border_backdrop;
}
.tiled & {
/* this is used for the resize cursor area */
margin: 10px; }
decoration:backdrop {
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(28, 31, 31, 0.9); }
+ /* the transparent shadow here is to enforce that the shadow extents don't
+ * change when we go to backdrop, to prevent jumping windows
+ */
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2), 0 3px 9px 1px transparent, 0 0 0 1px rgba(28, 31, 31, 0.9); }
.tiled decoration {
border-radius: 0; }
.popup decoration {
/* this is used for the resize cursor area */
margin: 10px; }
decoration:backdrop {
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.18); }
+ /* the transparent shadow here is to enforce that the shadow extents don't
+ * change when we go to backdrop, to prevent jumping windows
+ */
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2), 0 3px 9px 1px transparent, 0 0 0 1px rgba(0, 0, 0, 0.18); }
.tiled decoration {
border-radius: 0; }
.popup decoration {